home *** CD-ROM | disk | FTP | other *** search
/ GEGA 010 / GEGA010.iso / Interface / it.dig / scripts / DefineButton2_121 / BUTTONCONDACTION on(release).as
Text File  |  2005-09-22  |  88b  |  5 lines

  1. on(release){
  2.    _global.var_categoria = "Trainers";
  3.    _root.categoria_mc.play();
  4. }
  5.